home *** CD-ROM | disk | FTP | other *** search
/ Into His Marvelous Light / Into His Marvelous LIGHT.iso / lesson1.dxr / 00267_Script_Hold on Current Frame < prev    next >
Text File  |  2001-09-05  |  583b  |  27 lines

  1. -- DESCRIPTION --
  2.  
  3. on getBehaviorDescription me
  4.   return "¼
  5. HOLD ON CURRENT FRAME"&RETURN&RETURN&"¼
  6. Drop this behavior into the Script Channel of the Score or onto the Stage ¼
  7. in order to keep the playback head in the current frame."&RETURN&RETURN&"¼
  8. PARAMETERS: None"
  9. end getBehaviorDescription
  10.  
  11. on getBehaviorTooltip me
  12.   return "¼
  13. Frame behavior."&RETURN&RETURN&"¼
  14. Holds the playback head still."
  15. end getBehaviorTooltip
  16.  
  17.  
  18.  
  19. -- HISTORY --
  20.  
  21. -- 3 November, written for the D7 Behaviors Palette by James Newton
  22.  
  23.  
  24.  
  25. on exitFrame me
  26.   go the frame
  27. end exitFrame